Namespace: Microsoft.IdentityModel.Threading
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim callback As AsyncCallback
Dim state As Object

Dim instance As New TypedAsyncResult(Of T)(callback, state)

Syntax

Visual Basic
Public Sub New ( _
		callback As AsyncCallback, _
		state As Object _
)
C#
public TypedAsyncResult (
		AsyncCallback callback,
		Object state
)
C++
public:
TypedAsyncResult (
		AsyncCallback^ callback, 
		Object^ state
)
J#
public TypedAsyncResult (
		AsyncCallback callback, 
		Object state
)
JScript
public function TypedAsyncResult (
		callback : AsyncCallback, 
		state : Object
)

Parameters

callback
state

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also